Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low level optimisations #1043

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Low level optimisations #1043

wants to merge 4 commits into from

Conversation

JordiManyer
Copy link
Member

@JordiManyer JordiManyer commented Oct 29, 2024

We noticed weird allocations happening, related to the creation of Field-related structures.

Log of changes:

  • AffineMap renamed to AffineField.
  • New AffineMap <: Map, doing the same as AffineField without struct allocation.
  • New ConstantMap <: Map, doing the same as ConstantField without struct allocation.

Copy link

codecov bot commented Oct 29, 2024

Codecov Report

Attention: Patch coverage is 96.42857% with 1 line in your changes missing coverage. Please review.

Project coverage is 88.42%. Comparing base (682999c) to head (0288974).

Files with missing lines Patch % Lines
src/Fields/AffineMaps.jl 95.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1043   +/-   ##
=======================================
  Coverage   88.42%   88.42%           
=======================================
  Files         180      180           
  Lines       23273    23288   +15     
=======================================
+ Hits        20578    20593   +15     
  Misses       2695     2695           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant